-dcmtk (3.6.1~20160216-2) UNRELEASED; urgency=medium
+dcmtk (3.6.1~20160216-2) unstable; urgency=medium
* d/p/08: remove SYSTEM_PROCESSOR usage for reproducible builds
* d/p/09: add patch to enable compileing against openssl-1.1
Closes: #828281
+ * d/p/04: update patch to remove duplicate entries
-- Gert Wollny <gw.fossdev@gmail.com> Thu, 26 May 2016 15:47:40 +0000
\r
--- a/CMake/osconfig.h.in
+++ b/CMake/osconfig.h.in
-@@ -1137,4 +1137,16 @@
+@@ -1137,4 +1137,7 @@
/* The path on the Android device that should be used for temporary files */
#cmakedefine ANDROID_TEMPORARY_FILES_LOCATION "@ANDROID_TEMPORARY_FILES_LOCATION@"
-+/* Define if the compiler supports __alignof__ */
-+#cmakedefine HAVE_GNU_ALIGNOF
-+
-+/* Define if the compiler supports __alignof */
-+#cmakedefine HAVE_MS_ALIGNOF
-+
-+/* Define if the compiler supports __attribute__(aligned) */
-+#cmakedefine HAVE_ATTRIBUTE_ALIGNED
-+
+/* Define if the compiler supports __declspec(align) */
+#cmakedefine HAVE_DECLSPEC_ALIGN
+